home *** CD-ROM | disk | FTP | other *** search
/ Fish With Names Like... / Fish With Names Like... 2.5.iso / pc / Media / Fish.dir / 01138.ls < prev    next >
Encoding:
Text File  |  2004-04-27  |  163 b   |  10 lines

  1. on mouseUp
  2.   if the colorDepth > 8 then
  3.     go("Credits", "Fishsp.dir")
  4.   else
  5.   end if
  6.   if the colorDepth < 16 then
  7.     go("Credits", "Fishsp.dir")
  8.   end if
  9. end
  10.